github.com/andybalholm/brotli.blockEncoder.num_block_types_ (field)

3 uses

	github.com/andybalholm/brotli (current package)
		brotli_bit_stream.go#L1104: 	num_block_types_  uint
		brotli_bit_stream.go#L1131: 	self.num_block_types_ = num_block_types
		brotli_bit_stream.go#L1155: 	buildAndStoreBlockSplitCode(self.block_types_, self.block_lengths_, self.num_blocks_, self.num_block_types_, tree, &self.block_split_code_, storage_ix, storage)